{ "type": "dock",
"dock": "left",
"v_alignment": "stretch",
"content": [
{ "type": "group",
"header": "Pinned Locations",
"dock": "top",
"content": {
"type": "recentpins",
"style": "wrap",
"h_alignment": "stretch",
"v_alignment": "stretch",
"orientation": "horizontal",
"compact": true }
},
{ "type": "group",
"header": "Characters",
// "dock": "top",
"v_alignment": "bottom",
"content": {
"type": "layout",
"key": "char_grid" }
},
{ "type": "group",
"header": "Key Items",
//"dock": "top",
"content": {
"type": "layout",
"key": "keyitem_grid" }
},
]
},